home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc11vis.dxr / 00654.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  246 b   |  15 lines

  1. on mouseDown
  2.   set the visible of sprite 45 to 0
  3.   puppetSound("Tone")
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite 45 to 1
  9. end
  10.  
  11. on mouseUp
  12.   set the visible of sprite 8 to 1
  13.   go(#next)
  14. end
  15.